-
Re: Workspace Panel opening automatically should be optional
A THOUSAND TIMES THIS! I open it to open something else and then it's annoying to have it there taking up screen real estate when it's no longer needed. I had provided this feedback to the EAP team b…4 · -
Re: Use a formula to change the row's health
If your Finish@row is blank that would be considered less than today's date so try adding in a segment that would account for that. =IF(AND(Finish@row < TODAY(), NOT(ISBLANK(Finish@row)), [% Compl…1 · -
Re: Use a formula to change the row's health
@Todd Michayluk - You could nest another IF statement... but also you can remove the "" around the 1 in your current formula... =IF(AND(Finish@row < TODAY(), NOT(ISBLANK(Finish@row)), [%…1 · -
Re: Use a formula to change the row's health
IF(AND(Start@row> TODAY (), Start@row < TODAY (8)), "Yellow" .....1 · -
Re: Checking a box using an OR statement
The parenthesis to close the OR statement is in the wrong place. =IF(OR([Data Upload Status]@row = "Operational", [Data Upload Status]@row = "1st HydraCor Upload Done"), 1)1 ·